From c250a859444c2a3a81f7b13d9c4e74f92859f496 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 28 Dec 2019 15:34:32 -0600 Subject: [PATCH] Document autoconfigure-ness --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 8653a94..a69d0c6 100644 --- a/setup.py +++ b/setup.py @@ -167,6 +167,9 @@ setup( # To provide executable scripts, use entry points in preference to the # "scripts" keyword. Entry points provide cross-platform support and allow # pip to create the appropriate form of executable for the target platform. + # + # Do not register PGWUI_Common in entry_points as a PGWUI component. + # Its configuration is manually coded. # entry_points={ # 'console_scripts': [ # 'sample=sample:main', -- 2.34.1